home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sesame Street - Season 38 Press Kit
/
Sesame Street - Season 38 Press Kit CD-ROM.iso
/
mac.swf
/
scripts
/
__Packages
/
com
/
mosesSupposes
/
fuse
/
components
/
Fuse.as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-06-07
|
431 b
|
18 lines
class com.mosesSupposes.fuse.components.Fuse extends com.mosesSupposes.fuse.components.Zigo_Engine
{
var add_easy_globals;
function Fuse()
{
super();
if(this.add_easy_globals == true)
{
_global.Fuse = com.mosesSupposes.fuse.Fuse;
}
}
function traceVersion()
{
super.traceVersion();
trace("Running Fuse " + com.mosesSupposes.fuse.Fuse.VERSION);
}
}